home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 June / MACPOWER-1996-06.ISO.7z / MACPOWER-1996-06.ISO / MacPowerオリジナル / PowerMusic Generation / FreeStyle1.02Demo / FreeStyleェ Disk 2 / FreeMIDI Folder.sit / FreeMIDI Devices < prev    next >
Text File  |  1995-12-06  |  22KB  |  699 lines

  1. *    FreeMIDI Devices
  2. *    FreeMIDI System file describing supported MIDI devices
  3. *    ゥ 1993 Mark of the Unicorn, Inc.
  4. *
  5. *    The entries in this file follow a simple format:
  6. *        Manufacturer Name (mm mm mm) [idl - idh] {rcv; tx} "p, p, p" #i
  7. *        :Model Name (ff ff dd dd) [idl - idh] {rcv; tx} "p, p, p" #i
  8. *        !Switcher Model Name (ff ff dd dd) [dly] {rcv; pgm} "p, p, p", #i
  9. *
  10. *    Lines preceded with an asterisk (*) are ignored when reading the file and may be used for comments.
  11. *
  12. *    Manufacturer names are listed once only, with supported models appearing on the lines following
  13. *    the manufacturer's entry.
  14. *    Entries for manufacturers and models are limited to one line per manufacturer or model entry.
  15. *    Model names are preceded by a colon (:) for standard MIDI devices, or by an exclamation (!) for 
  16. *    switchers (patch bays).  Names without a preceding colon or exclamation are interpreted as
  17. *    manufacturer entries.
  18. *
  19. *            PLEASE NOTE: At the time of shipping this version of FreeMIDI, switchers are not yet supported
  20. *            and have been temporarily commented out of this file.
  21. *
  22. *    Information in parentheses identifies the manufacturer and model for a given device.
  23. *    This allows certain programs to recognize devices in your setup and configure them appropriately.
  24. *    These codes correspond to those used in response to the Universal Inquiry Message as per the
  25. *    MIDI 1.0 Detailed Specification.
  26. *    If this information is not provided, the manufacturer and model names are still available to your
  27. *    applications, but the devices may not be automatically identifiable by certain applications.
  28. *        mm    = Manufacturer's System Exclusive ID code, which may include one or three MIDI bytes
  29. *            in hexadecimal format.
  30. *        ff     = Device Family code, consisting of two MIDI bytes in hexadecimal format with the LSB
  31. *            appearing first.
  32. *        dd    = Device Family Member code, consisting of two MIDI bytes in hexadecimal format with
  33. *            the LSB appearing first.
  34. *
  35. *    For standard devices, information in brackets specifies the Device ID range for a device of the
  36. *    appropriate manufacturer and model.  The expression [-] is used to signify that the Device ID (or
  37. *    receive channel) is not editable on the device.  The default range is [1-16].
  38. *        idl    = Minimum device ID available for this device (standard device only).
  39. *        idh    = Maximum device ID available for this device (standard device only).
  40. *    For switchers, the number in brackets determines the delay (in milliseconds) to wait after changing
  41. *    the switcher's program.  The default value is 50 ms.
  42. *        dly    = Delay for switcher program change (switcher device only).
  43. *
  44. *    For standard devices, information in braces identifies the receive and transmit channels for a device.
  45. *    The receive channels are separated from the transmit channels by a semicolon (;).  To specify no
  46. *    receive or transmit channel, use a space character in place of a channel number.  The default channels
  47. *    are {1-16; 1}.
  48. *        rcv    = Identifies the receive channel(s) for a device.
  49. *        tx    = Identifies the transmit channel(s) for a device (standard devices only).
  50. *    For switchers, the information in braces identifies the receive channels and the default program, which
  51. *    are separated by a semicolon (;).  The receive channels are the range of channels on which the switcher
  52. *    responds to program change messages; the default value channels are 1-16.  The default program
  53. *    identifies the switcher program which connects the Mac to all devices (preferably bi-directionally)
  54. *    connected to the switcher.
  55. *        rcv    = Identifies the receive channel(s) for a device.
  56. *        pgm    = Number (from 0 to 127 inclusive) of the switcher's default program (switchers only).
  57. *
  58. *    Numbers in quotes specify properties associated with a device.  Multiple properties can be listed as
  59. *    long as they are separated by commas (,), semicolons (;), spaces or tabs.
  60. *    Properties are useful for identifying groups of devices which have a common feature or trait, and to
  61. *    inform applications about the characteristics of a particular device.
  62. *    By default, devices have no properties.
  63. *        p    = Number identifying a property for a device.  This must identify one of the existing
  64. *                "standard" properties; user-defined properties cannot be assigned in this file.
  65. *
  66. *    Currently defined properties are as follows (possible values are 1 - 32):
  67. *        1. Controller
  68. *        2. Receives Clock
  69. *        3. Receives MTC
  70. *        4. Transmits Clock
  71. *        5. Transmits MTC
  72. *        6. MIDI Machine
  73. *        7. General MIDI
  74. *
  75. *    set both 8 and 9, if unit requires both MSB and LSB for bank select
  76. *        8. Bank Select is Controller 0   
  77. *        9. Bank Select is Controller 32
  78. *** CPM 5/13/94 -- added new properties
  79. *        10. Doesn't accept program changes
  80. *        11. Doesn't play MIDI notes
  81. *        12. Sampler
  82. *        13. Drum Machine
  83. *        14. Effects Unit
  84. *        15. Mixer
  85. *
  86. *    The number immediately following a pound sign (#) identifies the icon number to use when displaying
  87. *    a device of the appropriate manufacturer and model.  By default this is #600, which is the first icon in
  88. *    the list of available icons.  You may need to run your configuration software to view the available
  89. *    icons.
  90. *        i    = resource id of the icon used when displaying the device.
  91. *
  92. *    Note that any of these fields (except for the manufacturer and device family codes) are ultimately
  93. *    editable by the user in the configuration software.  If any field is missing, the default values are used.
  94. *    As an example, the following describes a controller and a General MIDI sound module made by Midi Fiend.
  95. *    The device IDs for both may be between 1 and 16, since this information is provided with the
  96. *    manufacturer entry.
  97. *        Midi Fiend (00 00 7f) [1-16]
  98. *        :Fiend Controller (00 01 00 01) "1" {1; 1}
  99. *        :Fiend Sounder (00 02 00 01) {1-16, } "7" #603
  100.  
  101.  
  102. * NOTE: Due to a lack of complete information at the time of shipping this version of FreeMIDI, some manufacturer and model ID bytes have been
  103. * made up.  This was to prevent devices with no manufacturer or model ID's from being identified wrong by FreeMIDI when the current configuration changed.
  104. * _Made Up_ ID bytes will always have the high bit set and are therefore all greater than $7F.  If you have more accurate information about any devices in this file,
  105. * please send your corrections to the FreeMIDI Development Team, Mark of the Unicorn, Inc. 1280 Mass. Ave. Cambridge, MA 02138 or e-mail them to UNICORN@applelink.apple.com.
  106.  
  107.  
  108. 360 Systems (00 00 1C)
  109. * !MIDI Patcher (01) #606 "11"
  110. :MIDIBass (80) #602 {1, }
  111.  
  112. ADA Signal Processors (0D)#602 {1, } "11,14"
  113. :MC-1 (80)#10005 
  114. :MP-1 (81) 
  115.  
  116. Adams-Smith (17) #602 {1, } ""3,5,11"
  117. :Zeta-3 (80) 
  118.  
  119. Akai (47) #603 [-] {1; }
  120. :DR4d (5A) [0-126] "3,5,6,10,11"
  121. :CD3000 (80) {1-16; } "10,12"
  122. * !MB-76 (44) "11"
  123. :S612 (20) "10,12"
  124. :S900 (81) "10,12"
  125. :S950 (82) "10,12"
  126. :S01 (83) {1-16; } "10,12"
  127. :S1000 (48) {1-16; } "10,12"
  128. :S1100 (84) {1-16; } "10,12"
  129. :S2800 (85) {1-16; } "10,12"
  130. :S2800 Studio (86) {1-16; } "10,12"
  131.  
  132. AKG Acoustics (0A) #602 {1, }
  133.  
  134. Alesis (00 00 0E) {1; } [1-16] #602
  135. :ADAT (09 00 00 00) [0-126] "3,5,6,10,11" #10007
  136. :AI-2 (81 80) [0-126] "3,5,6,10,11"
  137. :D4 (06) "13"
  138. :HR-16 (01) #605 "2,4,13" {1; 1} 
  139. :MIDIVerb III (03)  "11,14"
  140. :MIDIVerb 4  (03) "8,11,14"
  141. :QS6 (0E 00 03 00) #600 "1,8" {1-16; 1} [-]
  142. :Quadraverb (02) "11,14"
  143. :Quadraverb 2 (0F) "11,14"
  144. :Quadraverb GT (07) "11,14"
  145. :Quadraverb Plus (02) "11,14"
  146. :QuadraSynth (0E) #600 "1" {1-16; 1} [-]
  147. :QuadraSynth Plus (0E 00 01 00) #600 "1,8" {1-16; 1} [-]
  148. :S4 (0E) #602  {1-16; } [-]
  149. :S4 Plus (0E 00 02 00) #602 "8"  {1-16; } [-]
  150. :SR-16 (05) #605 "2,4,13" {1; 1} 
  151.  
  152. ART (1A)  {1, }  "11,14"
  153. :DR1 (80) 
  154. :DR-X 2100 SE (81) #602 
  155. :FXR Elite (82) #602 
  156. :Nightbass SE (83) #603 
  157. :Multiverb (05) #602 
  158. :Multiverb Alpha SE (84) #602 
  159. :Multiverb II (06)#602 
  160. :Multiverb EXT (07)#602 
  161. :Multiverb SGE (08)#602 
  162. :SGX-2000 Express (85) #603 
  163. :X-11 (86) #10005 
  164. :X-15 (87) #10005 
  165.  
  166. Baldwin (1B)
  167.  
  168. *nyl 3-17-94 this is not really the Brother ID, we don't know it.
  169. Brother (80) #605 {1-16;1-16} "11" 
  170. :PDC-100  (80)
  171.  
  172. *nyl 3-17-94 this is not really the Buchla ID, we don't know it.
  173. Buchla (81) #600 {1;1} 
  174. :Lightning (80)
  175. :Thunder (81)
  176.  
  177. Casio (44) #600 {1;1} [-]
  178. :CZ-1 (00 00 05 00) "1" [1-16]
  179. :CZ-101 (00 00 00 00) "1" 
  180. :CZ-230s (00 00 01 00) "1" 
  181. :CZ-1000 (00 00 02 00) "1" 
  182. :CZ-3000 (00 00 03 00) "1"
  183. :CZ-5000 (00 00 04 00) "1" 
  184. :FZ-1 (02) "1"
  185. :RZ-1 (01) #605 {1; }
  186. :VZ-1 (03) "1"
  187. :VZ-8m (03) #602 {1; }
  188. :VZ-10m (03) #603 {1; }
  189.  
  190. Clarity (1F)
  191.  
  192. Digitech (00 00 10) #129 {1; } "11,14"
  193. :DHP-55 (22) 
  194. :DSP-128 (00) 
  195. :DSP-128 Plus (0E) 
  196. :DSP-256XL (80) 
  197. :GSP-21 Legend (81) #602 
  198. :MC7 (82) #10006 
  199. :PMC 10 (83) #10006
  200. :RP-1 (84) #10006
  201. :TSR-24 (85) #602 
  202. :VHM5 Vocalist(86) #605 
  203. :Vocalist II (87) #602 
  204.  
  205. Digital Music Corp. (00 00 07)
  206. * !MX-8 (00) #606 [50] {1, 0} "11"
  207.  
  208. DOD Electronics (00 00 10) #602 {1, }  
  209.  
  210. E-mu Systems (18) [0-15] {1-16; } #602
  211. :Emax (02) #600 "1,10,12" {1-16; 1}
  212. :Emax2 (02) #600 "1,10,12" {1-16; 1}
  213. :Emulator (80) #600 "1,10,12" {1-16; 1}
  214. :Emulator II (81) #600 "1,10,12" {1-16; 1}
  215. :Emulator III (82)#600 "1,10,12" {1-16; 1}
  216. :Emulator IIIxp (83) "10,12" #603
  217. :Morpheus (0C) "8,9"
  218. :Morpheus XR (0C) "8,9"
  219. :Procussion (06)
  220. :Proformance (84) #10001 {1;}
  221. :Proformance Plus (85) #10001 {1;}
  222. :Proformance 1 (86) #10001 {1;}
  223. :Proformance 1+ (87) #10001 {1;}
  224. :Proteus/1 (04)
  225. :Proteus/1 w/Protologic (04)
  226. :Proteus/1+Orch. (04)
  227. :Proteus/1 XR (04)
  228. :Proteus/1 XR+Orch. (04)
  229. :Proteus/1 XR w/Protologic (04)
  230. :Proteus/2 (04)
  231. :Proteus/2 XR (04)
  232. :Proteus/3 (04)
  233. :Proteus/3 XR (04)
  234. :ProteusFX (04) "8,9"
  235. :MPS (08)#600 "1, 8, 9" {1-16; 1}
  236. :MPS+Orch. (08)#600 "1, 8, 9" {1-16; 1}
  237. :SoundEngine #10001 (04)  "7" [0-0]
  238. :UltraProteus (0C) "8,9"
  239. :Vintage Keys (0A) "8, 9"
  240. :Vintage Keys Plus (0A) "8, 9" 
  241.  
  242.  
  243. Ensoniq (0F) [1-16]
  244. :ASR-10 (80)"1,10,12" #600 {1-16;1}
  245. :DP/4 (40) #603 {1; } "11,14"
  246. :EPS (03) "1,10,12" #600 {1-16; 1}
  247. :EPS-16 (03) "1,10,12" #600 {1-16; 1}
  248. :EPS-M (03) "10,12" #603 {1-16; }
  249. :ESQ-1 (02 00 01 00)"1" #600 {1-9; 1}
  250. :ESQ-M (02 00 02 00)#603 {1-9; }
  251. :KS-32 (81) #600 {1-8;1}
  252. :Mirage (01) "1,10,12" #600 {1;1}
  253. :SD-1 (05 00 03 00) {1-12; 1} "1" #600
  254. :SQ-80 (02 00 03 00)) {1-16; 1} "1" #600
  255. :SQ-1 (06 00 00 00) {1-16; 1} "1" #600
  256. :SQ-1 Plus (06) {1-16; 1} "1" #600
  257. :SQ-2 (06) {1-16; 1} "1" #600
  258. :SQ-R (06 00 01 00) {1-16; } #603
  259. :TS-10 (07 00 00 00) "1,8,9" #600 {1-12; 1}
  260. :TS-12 (07 00 01 00) "1,8,9" #600 {1-12; 1}
  261. :VFX (05 00 00 00) {1-16; 1}"1" #600
  262. :VFX SD (05 00 01 00) {1-16; 1} "1" #600
  263. :VFX SD Vers. II (05 00 02 00) {1-16; 1} "1" #600
  264.  
  265. Eventide (1C) "11,14"
  266. :H-3000 (80) #603 {1; } 
  267.  
  268. Fatar (88)      "1,11" #600          *nyl 6-22-94 this is not really the Fatar ID, we don't know it.
  269. :Studio 49 (80) 
  270. :Studio 61 (81)
  271.  
  272. Fender (08)
  273. :ChromaPolaris (03) "1" {1; 1} [1-16] #600
  274.  
  275. Fostex (51) "10,11"
  276. :DCM-100 (80) #602 {1; } 
  277. :RD-8 (01 00 07 00) "6; 3; 5;10;11" #10009 [0-15] {1; }    
  278. :R8 (01 00 01 00) "6; 3; 5;10;11" #10011 [0-15] {1-16; }
  279.  
  280. GeneralMusic (35)
  281.  
  282. IVL Technologies (00 00 0B)
  283.  
  284. JL Cooper (15) [-] #606 "11"
  285. :FaderMaster (80) #605 {1;1}
  286. * !MSB+ (0B) [100] {1-16,0} 
  287. * !MSB 16/20  [25] {1,0} #607 
  288.  
  289. Kat (00 00 15) #604 {1; 1} [0-127]
  290. :Drum Kat (80) "1,10,11"
  291. :dk10 (81) "1,10,11"
  292.  
  293. Kawai (40) #600 [1-16] {1-16;1}
  294. :FS800 (80) "1"
  295. :GMega (10) #10003 "7"
  296. :K1 (00 00 03 00) "1" 
  297. :K1r (00 00 03 00) #130 {1-8; }
  298. :K1m (00 00 03 00) #602 {1-16; }
  299. :K1 II (00 00 03 00) "1"
  300. :K3 (00 00 01 00) "1"
  301. :K3m (00 00 01 00) #603 {1-16; }
  302. :K4 (00 00 04 00) "1"
  303. :K4r (00 00 04 00) #130 {1-16; }
  304. :K5 (00 00 02 00) "1"
  305. :K5m (00 00 02 00) #603 {1-16; }
  306. :K11  (10) "1,7"
  307. :MDK61 (83) "1"
  308. :MK-10 (05 00 02 00)
  309. :MK-20 (05 00 01 00)
  310. :R-50 (88) "2,4"
  311. :R-100 (89) "2,4"
  312. :X40-D (84) "1"
  313. :X50-D (85) "1"
  314. :XD-5 (86) #603
  315. :XS-5 (87) #10003
  316.  
  317. KMX (00 00 19) "11"
  318. * !MIDI Central (01) #606 
  319. * !8x8 MIDI Patch Bay (02) #606 
  320.  
  321. Korg (42) #600 [1-16] {1; 1}
  322. * NYL 8/4/94 1:53 PM -- last Korg id used is 84
  323. :707 (1A) {1-8; 1} "1"
  324. :A1 (2C) #602
  325. :A2  (80) #603
  326. :A3 (20)
  327. :A4 (81) #10006
  328. :AG-3 (34 00 08 00) {1-16; } #10012 "7,8,9"
  329. :AG-10 (34 00 00 00) {1-16; } #10001 "7,8,9"
  330. :C-15 (83) {1-6;1} #600 "1"
  331. :C-25 (84) {1-6;1} #600 "1"
  332. :C-303 (37) {1-4;1} #600 "1"
  333. :C-505 (37) {1-4;1} #600 "1"
  334. :DDD-1 (83) #605 {1; }
  335. :DDD-5 (84) #605 {1; }
  336. :DP-2000 (10)
  337. :DP-3000 (10)
  338. :DRV-2000 (85) #602 {1; } "11,14"
  339. :DS-8 (13)
  340. :DSM-1 (15)
  341. :DSS-1 (0B)
  342. :DVP-1 (09) #602 {1; }
  343. :DW-6000 (04)
  344. :DW-8000 (03) "1"
  345. :EX-800 (01) #603
  346. :EX-8000 (03) #603
  347. :i2 (39 00 01 00) {1-16; 1} "1,8,9"
  348. :i3 (39 00 00 00) {1-16; 1} "1,8,9"
  349. :i4s (39 00 02 00) {1-16; 1} "1,8,9"
  350. :M1 (19 00 00 00) {1-8; 1} "1"
  351. :M1EX (19 00 00 00) {1-8; 1} "1"
  352. :M1R (19 00 00 00) {1-8; } #602
  353. :M1REX (19 00 00 00) {1-8; } #602
  354. :M3R (24 00 00 00) {1-16; } #602
  355. :01/W (2B) {1-16; 1} "1,8,9"
  356. :01/Wfd (2B) {1-16; 1} "1,8,9"
  357. :01/W Pro (2B) {1-16; 1} "1,8,9"
  358. :01/W ProX (2B) {1-16; 1} "1,8,9"
  359. :01R/W (2B) {1-16; } #603 "8,9"
  360. :03R/W (30) {1-16; } #602 "8,9"
  361. :05R/W (36 00 00 00) #10003 {1-16; } "7, 8, 9"
  362. :P-3 (1C) #602
  363. :Poly 6 (11) "1"
  364. :Poly 800 (06) "1"
  365. :SDD-2000 (05) #602
  366. :SDD-3300 (86) #602
  367. :SQD-1 (87) {1-16;1-16}#605 "11"
  368. :Symphony (1C) #602
  369. :T1 (26 00 00 00) {1-16; 1} "1"
  370. :T2 (26 00 01 00) {1-16; 1} "1"
  371. :T3 (26 00 02 00) {1-16; 1} "1"
  372. :Wavestation (88) {1-16; 1} "1,8,9"
  373. :Wavestation A/D (28 00 01 00) {1-16; } #603 "8,9"
  374. :Wavestation EX (28 00 00 00) {1-16; 1} "1,8,9"
  375. :Wavestation SR (28 00 02 00) {1-16; } #602 "8,9"
  376. :X2 (35 00 02 00) {1-16; 1} "1,7,8,9"
  377. :X3 (35 00 00 00) {1-16; 1} "1,7,8,9"
  378. :X3R (35 00 01 00) {1-16; } #603 "1,7,8,9"
  379. :X5 (36 00 09 00) #10004 {1-16;1 } "1,7, 8, 9"
  380. :X5DR (36 00 14 00) #10003 {1-16;1 } "7, 8, 9"
  381. :X5D (36 00 1D 00) #10004 {1-16;1 } "1,7, 8, 9"
  382. :Z3 (1D) #601
  383.  
  384. Kurzweil (07) [0-126] {1-16; 1}
  385. :EGP (64 04 01 00)
  386. :K150 (15 00 00 00)
  387. :K250 (19 00 00 00) "1,2,4,12" {1-16; 1-16}
  388. :1000EX (64 03 01 01) #602  {1-16; }
  389. :1000GX (64 01 04 00) #602  {1-16; }
  390. :1000HX (64 01 03 00) #602 {1-16; }
  391. :1000HXA (64 01 03 01) #602 {1-16; }
  392. :1000PX (64 01 00 00) #602 {1-16; }
  393. :1000PXA (64 01 00 01) #602 {1-16; }
  394. :1000SX (64 01 02 00) #602 {1-16; }
  395. :1000SXA (64 01 02 01) #602 {1-16; }
  396. :AX Plus (64 01 05 00) #602 {1-16; }
  397. :PX Plus (64 01 01 01) #602 {1-16; }
  398. :K1000 (64 02 01 00)#600 "1"  
  399. :1000SE (64 02 01 00) #600 "1"
  400. :1000SE Ext (64 02 01 01) #600 "1"
  401. :1000SE Pro (64 02 01 02) #600 "1"
  402. :K1200 (64 02 06 02) #600 "1"
  403. :1200 Pro I (64 01 07 02) #602 {1-16; }
  404. :1200 Pro II (64 01 08 02) #602 {1-16; }
  405. :1200 Pro III (64 01 09 02) #602 {1-16; }
  406. :K2000 (78 00 01 00) [0-127] "1,2,4,9" #600 {1-16;1-16 }
  407. :K2000R (78 00 01 00) [0-127] "9" #603 {1-16; } 
  408. :K2500 (78 00 02 00) [0-127] "1,2,4,9" #600 {1-16;1-16 }
  409. :K2500R (78 00 02 00) [0-127] "9" #603 {1-16; } 
  410. :Mark 10/150 (10 00 0A 00) {1; } #600 "1"
  411. :Micro Piano (80) {1; } #10003
  412. :MIDIBoard (82) #600 "1,11" {1; 1}
  413. :PC88 (30 00 01 00) "1, 2, 4, 9" #88 {1-16; 1-16}
  414. :PC88 MX (30 00 02 00) "1, 2, 4, 7, 9" #88 {1-16; 1-16}
  415. :PC88+VGM (30 00 02 00) "1, 2, 4, 7, 9" #88 {1-16; 1-16}
  416. **PC88 MX and PC88+VGM are really the same device. The MX is what Kurzweil
  417. ** calls a PC88 with VGM installed at the factory. -Glenn Workman
  418. :Pro 76 (64 01 05 02) #600 "1"
  419.  
  420. Lake Butler (00 00 0D) #602 {1;1} 
  421. :CFC-1 (80)
  422. :CFC-4 (81)
  423. :RFC-1 (82)
  424.  
  425. Lexicon (06) "11,14"
  426. :LXP-1 (02) #10001 {1; } [1-16] 
  427. :LXP-5 (05) #10001 {1; } [1-16] 
  428. :LXP-15 (06) #602 {1; } [-] 
  429. :PCM-70 (00) #602 {1; } 
  430. :PCM-80 (07) #602 {1; } [0-126]
  431. :PCM-90 (08) #602 {1; } [0-126] 
  432. *Reflex has identical sysex with LXP-1
  433. :Reflex (02) #602 {1; } [1-16] 
  434. :300 (03) #603 {1; } 
  435. :480L (81) #603 {1; } 
  436.  
  437. *nyl 3-17-94 this is not really the Linn ID, we don't know it.
  438. Linn (84) [1-16] {1;1} 
  439. :9000 (80) #602 "13"
  440. :LinnDrum (81) #605 "13"
  441.  
  442. Mackie (00 00 4F) 
  443. :OTTO (54) #10001 {1;1} [1-16] "11,15"
  444.  
  445. Mark of the Unicorn (00 00 33) [-]
  446. * Mixer 7s has no sysex and no model ID
  447. :MIDI Mixer 7s (80) #606 {1; } "10,11,15"
  448. :Video Time Piece (03) #606 { ; } "3,5,10,11"
  449.  
  450. *nyl 3-17-94 this is not really the Marion Systems ID, we don't know it.
  451. Marion Systems (87)
  452. :MSR2 (80) #602
  453.  
  454. Moog (04)
  455.  
  456. *nyl 3-17-94 this is not really the Niche ID, we don't know it.
  457. Niche (85) #606 {1; } 
  458. :ACM (80) "15"
  459.  
  460.  *nyl 3-17-94 this is not really the Novation ID, we don't know it.
  461.  Novation (86) #10004 { ;1} "1,11"
  462. :MidiCon (80) "1,11"
  463. :MM10X (81) "1,11"
  464.  
  465. Oberheim (10)
  466. :Cyclone (80)
  467. :DX (03)
  468. :DMX (01)
  469. :Drummer (81) #605 {1-16;1-16} "13"
  470. :Matrix-6 (06) #600 "1" [-] {1-2;1-2 }
  471. :Matrix-6R (06) #602  [1-16] {1-2; }
  472. :Matrix-1000 (06) #603 [1-16] {1; }
  473. :Matrix-12 (04) #600 "1" {1-16; 1-16} [1-16]
  474. :Navigator (82)
  475. :OB8 (83) #600 "1"
  476. :OB-Mx (87) #600 "1"
  477. :Prommer (05)
  478. :Strummer #605 {1;1}
  479. :Xpander (02) "1" 
  480. :Xk (85) #600 "1"
  481.  
  482. Peavey (00 00 1B) {1-16; }
  483. :DPM-2 (80)
  484. :DPM-3 (21) #600 "1" {1-16; 1} [1-16]
  485. :DPM-SP (80) #602
  486. :DPM-V2 (81) #602
  487. :DPM-V3 (22) #602
  488. :DPM-4 (82)
  489. :Spectrum Bass (83) #602 {1-4; }
  490.  
  491. Rane (00 00 17)  {1; }
  492. :MPE-14 (02) "11"
  493. :MPE-28 (03) "11"
  494. :MPE-47 (04) "11"
  495. :MAP 33 (05) #603 "11,14"
  496.  
  497. Rocktron (89) { ;1} #128  *nyl 2-2-95 this is not really the Rocktron ID, we don't know it.
  498. :MIDIPedal #128 "1,10,11"
  499.  
  500. Roland (41){1-8, 10; 1} [1-32]  
  501. :A-30 (80) #600 "1"
  502. :A-50 (27 00 00 00) #600 "1"
  503. :A-80 (27 00 01 00) #600 "1"
  504. :A-880 (20)[1-16] #602
  505. :AX-1 (81) #600 "1"
  506. :Alpha Juno-1 (23 00 00 00) #600 "1"
  507. :Alpha Juno-2 (23 00 01 00) #600 "1"
  508. :Boss DR-550 (82)#605 
  509. :Boss DR-550 MK II  (83) #605
  510. :Boss DR-660 (52)  #605
  511. :Boss DR-660 MK II (84) #605
  512. :Boss DS-330  (85){1-16; 1} "7,8" #605
  513. :Boss SE-50 (37) #602
  514. :Boss SE-70 (86) #602
  515. :CM-32L (16 00 05 00) 
  516. :CM-32P (16 00 06 00) 
  517. :CM-64 (16 00 07 00) 
  518. :CM-300 (87) #603 
  519. :CM-500 (88) #603 
  520. :D-5 (16 00 04 00)"1" [17-32]#600
  521. :D-10 (16 00 02 00) "1"[17-32] #600
  522. :D-110 (16 00 01 00)[17-32]#602  {1-8, 10; }
  523. :D-20 (16 00 03 00) [17-32]"1" #600 
  524. :D-50 (14) [1-16] {1;1}"1" #600
  525. :D-550 (14) [1-16] #603 {1; }
  526. :D-70 (39) [1-32] "1" #600 
  527. :DEP-5 (89) #602 {1; } "11,14"
  528. :E-36 (8A) #600
  529. :E-56 (8B) #600
  530. :E-86 (8C) #600
  531. :EP-7 (8D) #600
  532. :GM-70 (11) #602 {1-16;1-16} "1" 
  533. :GP-8 (13) #602 {1; } "11,14"
  534. :GP-16 (2A) #602 [1-16]  {1; } "11,14"
  535. :GR-50 (16 00 06 00) #602 
  536. :JD-800 (3D) "1" #600 
  537. :JD-990 (57) #603 [17-32] {1-7, 10; } "8"
  538. :Juno-106 (8E) {1;1} "1" #600
  539. :JV-30 (4D) {1-16; 1} "7,8"
  540. :JV-35 (4D) {1-16; 1} "7,8"
  541. :JV-50 (4D) {1-16; 1} "7,8"
  542. :JV-80 (46) "1,8" {1-7, 10; 1} #600 [17-32]
  543. :JV-880 (46) #602 [17-32] {1-7, 10; } "8"
  544. :JV-90 (46) "1,8,9" {1-7, 10; 1} #600 [17-32]
  545. :JV-1000 (46) [17-32]"1,8,9" #600 [17-32]
  546. :JV-1080 (6A) [17-32] "2,7,8,9" {1-7,10,16;} #603
  547. :JW-50  (8F) "1" #600
  548. :JX-8P (00 00 21 00) "1" #600
  549. :JX-10 (00 00 24 00) "1" #600
  550. :ME-10 (49)
  551. :MKB-200 (90) "1" #600
  552. :MKS-7 (91)
  553. :MKS-20 (92)
  554. :MKS-50 (00 00 23 00) #602
  555. :MKS-70 (00 00 24 00) #603
  556. :MKS-80 (00 00 20 00) #603
  557. :MKS-100 (93)
  558. :MT-32 (16 00 00 00) {2-10} #10003
  559. :Octapad (94) #10000 {1; 1}[-] "1,11,13"
  560. :P-330 (22)
  561. :P-55 (95) #602
  562. :PAD-80 (25)#10000  {1; 1} "1,11,13"
  563. :PC-200 (95) { ;1}  #10004 "1,10,11"
  564. :PM-16 (19)
  565. :PRO-E (22)
  566. :R-8 (28){10; 10} "2" #605  "2,4,13"
  567. :R-8 MKII (5E){10; 10} "2" #605 "2,4,13"
  568. :R-8M (36) {10; 10} "2"#602  "13"
  569. :R-70 (50) {10; 10} "2"#605 "13"
  570. :RD-250 (96)
  571. :RD-1000 (97)
  572. :RSP-550 (38)
  573. :S-10 (98) "1,10,12" #600 
  574. :S-220 (99) #603 "10,12"
  575. :S-330 (9A) #603 "10,12"
  576. :S-50 (9B) "1" #600 "10,12"
  577. :S-550 (9C) #603 "10,12"
  578. :S-750 (9D) #603  "10,12"
  579. :S-770 (9E) #603 "10,12"
  580. :SBX-80 (00 00 60 00) #605 "11"
  581. :SC-7 (42 00 01 00) "7" {1-16; } [17-17] #10001
  582. :SC-33 (55) {1-16; } "7" [17-32]#605 
  583. :SC-50 (45) {1-16; } "7,8" [17-32]#10003
  584. :SC-55 (45) {1-16; } "7,8" [17-32]#10003
  585. :SC-55mkII (45) {1-16; } "7,8" [17-32]#10003
  586. :SC-66 (9F) {1-16; } "7" [17-32]#10003
  587. :SC-88 (42) {1-16; } "7,8,9" [17-32]#10003
  588. :SC-155 (45) {1-16; } "7" [17-32]#605
  589. :SD-35 (A0) {1-16;1-16 } "7" #605
  590. :SP-700 (A1) #602
  591. :SPD-8 (A2) (3B)
  592. :SPD-11 (A3) (60)
  593. :SRV-2000 (00 00 51 00) #602 {1; } "11,14"
  594. :TD-7 (58)
  595. :TR-505 (A4) #605 {1;1} "2,4,13"
  596. :TR-626 (A5) #605 "2,4,13"
  597. :TR-707 (A6) #605 "2,4,13"
  598. :TR-727 (A7) #605 "2,4,13"
  599. :U-110 (23) #602 [1-16] {1-6,10; }
  600. :U-20 (2B) #600 "1"  [17-32]
  601. :U-220 (2B) #602 {1-6,10; } [17-32]
  602. :VK-1000 (A8)
  603. :W-30 (A9) #600 "1" 
  604. :XP-10 (42 00 02 01) #600 {1-16;1} [17-32] "1,2,4,7,8,9"
  605. :XP-50 (6A) #600 {1-16;1} [17-32] "1,2,4,7,8,9"
  606.  
  607. Sequential (01)
  608. :Drumtrax (06) "13"
  609. :Max (08)
  610. :Multi-Trak (09) #600 "1" {1; 1} [1-16]
  611. :Prophet 5 (01)#600 "1" {1; 1} [1-16]
  612. :Prophet 600 (02) #600 "1" {1; 1} [1-16]
  613. :Prophet 2000 (11) #600 "1" {1; 1} [1-16]
  614. :Prophet VS (0A) #600 "1" {1; 1} [1-16]
  615. :Six Trak (05) #600 "1" {1; 1} [1-16]
  616. :Split-Eight (80) #600 "1" {1; 1} [1-16]
  617.  
  618. SIEL (21)
  619.  
  620. Sony (4C)
  621. :DPS-D7 (01 00 01 00) #602{1; } "11,14"
  622. :DPS-R7 (01 00 02 00) #602{1; } "11,14"
  623.  
  624. Suzuki (55)
  625.  
  626. Tascam (4E)
  627. :MMC-88 (01 04 02 01) "3,5,6,10,11" #10001 [0-15] {1; }
  628. :MMC-100 (80) "6;3; 5" #10001 [0-126] {1; } "10,11"
  629. :DA-88/SY-88 (01 04 00 01) "3,5,6,10,11" #603 [1-16] {1; } 
  630.  
  631. TC Electronics (00 20 1F)
  632.  
  633. Tech 21 (53)            
  634. *ascii for 'S' in SansAmp, they may not be registered with this id
  635. :PSA-1 (6E)  #602 [1-17]  {1; } "11,14"
  636. *model id is ascii for 'a' in SansAmp
  637.  
  638. Uptown (00 00 30) #602 {1;1} 
  639. :Flash (80)
  640.  
  641. Voce Music (0B)
  642. :Micro B (80) #10003
  643.  
  644. Voyetra (03)
  645.  
  646. Waldorf (3E)
  647. :Microwave (00) {1-16; }#603 [0-126]
  648. :Wave Slave (80) {1-16; }#605
  649.  
  650. Yamaha (43) [1-16]
  651. * CPM 7/7/94 12:22 PM -- last Yamaha id used is A6
  652. :CBX-D5 (81) {1; 1} #10002 "10, 11"
  653. :DMP7 (82) {1; 1} #605 "15"
  654. :DX7 (83) {1; 1} #600 "1"
  655. :DX7w/E! (84) {1; 1} #600 "1"
  656. :DX7 II (85) #600 "1" {1-2; 1}
  657. :DX11 (A4) #600 "1" {1; 1}
  658. :DX21 (86) #600 "1" {1; 1}
  659. :DX27 (87) #600 "1" {1; 1}
  660. :DX100 (88) #600 "1" {1; 1}
  661. :FB01  (89) #10003 {1-8; 1}
  662. :KX76  (8A) #600 "1,11"{ ; 1}
  663. :KX88  (8B) #600 "1,11" { ; 1}
  664. :MU50 (00 41 46 01) #10003 "7,8,9" {1-16; 1}
  665. :MU80 (4C) #10003 "7,8,9" {1-16;1}
  666. :ProMix01 (A6) #10010 {1-16; 1-16} "3,11,14,15"
  667. :REV5 (A5) #603 {1; } "11,14"
  668. :RM50  (8C) #602 {1-16; } "8,9,13"
  669. :RX5  (8D) #605{1; 1} "2,4,13"
  670. :RX11 (8E) #605 {1; 1} "2,4,13"
  671. :SPX90  (8F) #602 {1; } "11,14"
  672. :SPX90II (90)  #602 {1; } "11,14"
  673. :SPX900  (91) #602 {1; } "11,14"
  674. :SPX990  (92) #602 {1; } "11,14"
  675. :SPX1000  (93) #602 {1; } "11,14"
  676. :SY55  (94) #600 "1"{1-16; 1}
  677. :SY77 (95)#600 "1"{1-16; 1}
  678. :SY85 (A1) #600 "1"{1-16; 1}
  679. :SY99 (A2) #600 "1"{1-16; 1}
  680. :TF1 (A3) #603 {1-16; }
  681. :TG33 (96) {1-16; } #605
  682. :TG55  (97) #602{1-16; }
  683. :TG77 (98) #603 {1-16; }
  684. :TG100 (99) #10003 {1-16; } "7, 8, 9"
  685. :TG500  (9A) #602 {1-16; } "8, 9"
  686. :TX7  (9B) #605 {1; }
  687. :TX16W (9C) #603 {1; } "10,12"
  688. :TX802 (9D) #603 {1; } 
  689. :TX816 (9E) #603 {1-16; }
  690. :TX81Z (9F) #602 {1-8; } 
  691. :V50 (A0) #600 "1"{1-8; 1}
  692.  
  693. Zoom (52) #602 {1;} "11,14"
  694. :8050 (80)#10005 
  695. :9010 (81) 
  696. :9030 (82) #10003 
  697. :9120 (83) 
  698.  
  699. *    END OF FILE    *